func crypto/md5.consumeUint32
5 uses
crypto/md5 (current package)
md5.go#L80: b, d.s[0] = consumeUint32(b)
md5.go#L81: b, d.s[1] = consumeUint32(b)
md5.go#L82: b, d.s[2] = consumeUint32(b)
md5.go#L83: b, d.s[3] = consumeUint32(b)
md5.go#L106: func consumeUint32(b []byte) ([]byte, uint32) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)